crypto/tls.aead.Overhead (method)
6 uses
crypto/tls (current package)
cipher_suites.go#L465: func (f *prefixNonceAEAD) Overhead() int { return f.aead.Overhead() }
cipher_suites.go#L486: func (f *xorNonceAEAD) Overhead() int { return f.aead.Overhead() }
conn.go#L378: n := len(payload) - c.Overhead()
conn.go#L528: n := len(payload) + 1 + c.Overhead()
conn.go#L911: payloadBytes -= ciph.Overhead()
crypto/cipher
cipher.go#L73: Overhead() int
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)